All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sshtools.ssh2.ChannelFactory.html%3EChannelFactory%3C.a%3E.%20There%20is%20no%20need%20to%20call%20*%20this%20method%20directly,%20but%20it%20can%20be%20overridden%20to%20return%20data%20that%20should%20*%20be%20returned%20in%20the%20SSH_MSG_CHANNEL_OPEN_CONFIRMATION%20message.%20*%20%20*%20@return%20data%20that%20should%20be%20returned%20in%20the%20*%20%20%20%20%20%20%20%20%20SSH_MSG_CHANNEL_OPEN_CONFIRMATION%20message%20*%20@throws%20IOException%20*.protected%20byte[]%20create()%20%7Breturn%20null;%7D.**%20*%20Called%20once%20an%20SSH_MSG_CHANNEL_OPEN_CONFIRMATION%20has%20been%20sent.%20*%20%20*%20@param%20remoteid%20*%20@param%20remotewindow%20*%20@param%20remotepacket%20*%20@throws%20IOException%20*.protected%20void%20open(int%20remoteid,%20long%20remotewindow,%20int%20remotepacket)throws%20IOException%20%7Bthis.remoteid%20=%20remoteid;this.remotewindow%20=%20new%20DataWindow(remotewindow,%20remotepacket);this.state%20=%20CHANNEL_OPEN;synchronized%20(listeners)%20%7Bfor%20(Enumeration%3CChannelEventListener%3E%20e%20=%20listeners.elements();%20e.hasMoreElements();)%20%7B(e.nextElement()).channelOpened(this);%7D%7D%7D.**%20*%20Once%20a%20SSH_MSG_CHANNEL_OPEN_CONFIRMATION%20message%20is%20received%20the%20*%20framework%20calls%20this%20method%20to%20complete%20the%20channel%20open%20operation.%20*%20%20*%20@param%20remoteid%20*%20%20%20%20%20%20%20%20%20%20%20%20the%20senders%20id%20*%20@param%20remotewindow%20*%20%20%20%20%20%20%20%20%20%20%20%20the%20initial%20window%20space%20available%20for%20sending%20data%20*%20@param%20remotepacket%20*%20%20%20%20%20%20%20%20%20%20%20%20the%20maximum%20packet%20size%20available%20for%20sending%20data%20*%20@param%20responsedata%20*%20%20%20%20%20%20%20%20%20%20%20%20the%20data%20returned%20from%20the%20remote%20side%20in%20the%20*%20%20%20%20%20%20%20%20%20%20%20%20SSH_MSG_CHANNEL_OPEN_CONFIRMATION%20message%20*%20@throws%20IOException%20*.protected%20void%20open(int%20remoteid,%20long%20remotewindow,%20int%20remotepacket,byte[]%20responsedata)%20throws%20IOException%20%7Bopen(remoteid,%20remotewindow,%20remotepacket);%7D.**%20*%20Processes%20channel%20request%20messages%20by%20passing%20the%20request%20through%20to%20%3Ca%20*%20href%20*%20= Maven / Gradle / Ivy

Please wait ...




© 2015 - 2024 Weber Informatics LLC | Privacy Policy